
 
 F u n c t i o n :   s e t P a g e (   s t r i n g H a s h T a g ,   s t r i n g O p t i o n a l P a g e T i t l e ) 
 
 
 
 D e s c r i p t i o n :   S e t s   a   n e w   h a s h   t a g g e d   p a g e   u r l   f o r   p e r m a l i n k s   a n d   b o o k m a r k i n g . 
 
 
 
 R e t u r n s :   N u l l . 
 
 
 
 N o t e :   W h e n   a   h a s h   t a g   i s   s e t ,   t h e   a s s o c i a t e d   D C   o b j e c t   w i l l   a u t o m a t i c a l l y   b e   r e n d e r e d   w h e n   t h e   p a g e   l o a d s   b y   r e f e r e n c i n g   t h e   D C   o b j e c t ' s   m a t c h i n g   i d .   T o   e n a b l e   t h i s   f u n c t i o n a l i t y ,   t h e   t r a c k P a g e   p r o p e r t y   m u s t   b e   s e t   t o   t r u e   w i t h i n   t h e   c o r r e s p o n d i n g   D C   o b j e c t   s e t u p   d e c l a r a t i o n .   A d d i t i o n a l l y ,   t h e   s e t P a g e ( )   f u n c t i o n   w i l l   a d d   t h e   m o d i f i e d   U R L   t o   t h e   b r o w s e r   h i s t o r y   t o   e n a b l e   B a c k   a n d   F o r w a r d   b u t t o n   n a v i g a t i o n . 
 
 
 
 E x a m p l e : 
 
 
 
 (   S t a r t i n g   a d d r e s s   b a r :   h t t p s : / / w h a t s o c k . c o m /   ) 
 
 
 
 / /   S e t   a   h a s h   t a g   f o r   t h e   p a g e   t h a t   m a t c h e s   t h e   D C   o b j e c t   i d   " A u t o m a t i o n T a b " 
 
 
 
 $ A . s e t P a g e ( " A u t o m a t i o n T a b " ,   " A u t o m a t i o n   I n s t r u c t i o n s " ) ; 
 
 
 
 (   C h a n g e d   a d d r e s s   b a r :   h t t p s : / / w h a t s o c k . c o m / # A u t o m a t i o n T a b   ) 
 
 
 
 I f   b o o k m a r k e d   o r   s h a r e d ,   t h e   D C   o b j e c t   w i t h   t h e   m a t c h i n g   i d   " A u t o m a t i o n T a b "   w i l l   a u t o m a t i c a l l y   r e n d e r   w h e n   t h e   p a g e   l o a d s .   T h i s   w i l l   w o r k   f o r   a n y   t y p e   o f   D C   o b j e c t ,   s u c h   a s   t a b s ,   a c c o r d i o n   p a n e l s ,   d i a l o g s ,   o r   a n y t h i n g   e l s e . 
 
 
 
 I M P O R T A N T :   T o   e n a b l e   t h i s   f u n c t i o n a l i t y ,   t h e   t r a c k P a g e   p r o p e r t y   m u s t   b e   s e t   t o   t r u e   w i t h i n   t h e   s e t u p   d e c l a r a t i o n   f o r   t h e   D C   o b j e c t . 
 
 F o r   m o r e   d e t a i l s ,   s e e :   H e l p / D C   A P I / D C   O b j e c t   C o n f i g u r a t i o n / B e h a v i o r s 
 
 